/* CSS Document */
/* CSS Document */
@media screen and (max-width: 901px) { body{min-width:auto; max-width:25.6rem; margin:0 auto;}}
@media screen and (min-width: 900px) { body{min-width:1200px;}}

*{margin:0;padding:0;}
img{ border:none;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body{ background:#fff;overflow:scroll;overflow-x:hidden; position:relative; top: 66px; min-width: 320px; }
/*去掉点击高光*/
body{-webkit-tap-highlight-color: rgba(0,0,0,0); }
li{ list-style:none;}
/*首页视频尺寸*/
.home_video{width:22rem;height:12.36rem; display:block; overflow:hidden; background:#f3f3f3;}
.home_video1{width:22rem; height:12.36rem; object-fit: fill;}

/* TOP通用 */
.header {
    width: 100%;
    margin: 0 auto;
    height: 66px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
	position:fixed;
	top: 0px;
	z-index: 1000;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	max-width: 25.6rem;
}
	.header .logo img {
	 max-width: 66px;
	 max-height: 66px;
	 display: block;
	 padding-left: 0.5rem;
	}
	
	.header .vertical{
	float: left;
	width: 1px;
	height: 100%;
	display:flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	margin: 0px 5px;
}
.header .vertical .line{
	width: 1px;
	height: 40px;
	overflow: hidden;
	vertical-align: middle;
	background-color: #ccc;

}
.header .name{
	float: left;
	display: flex;
	width: 8rem;
	height: 100%;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-flow:row wrap;
	align-content: center;
	margin-left: 5px;
}
.header .name h1{
	font-size: 18px;
	flex-basis: 100%;
	line-height: 30px;
}
.header .name h2{
	font-size: 16px;
	font-weight: 400;
	color: #595959;
	flex-basis: 100%;
	line-height: 28px;
	display: none;
}
.header .tel{
	display: none;
}

	/* 按钮 */
	#menuBtn{display:block;position:relative;width:66px;height:66px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; float:right; font-size:30px; }
	#menuBtn span{display:block;position:absolute;top:50%;margin:0 auto;width:45%;height:2px;border:none;cursor:pointer;color:inherit; left:30%;}
	#menuBtn span:after,#menuBtn span:before{display:block;content:"";position:absolute;top:0;left:50%;width:100%;height:100%;-ms-transform:translate(-50%,-.3em);-webkit-transform:translate(-50%,-.3em);transform:translate(-50%,-.3em);-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}
	#menuBtn.open span{background:0 0}
	#menuBtn span:after{-webkit-transform:translate(-50%,.3em);-moz-transform:translate(-50%,.3em);-ms-transform:translate(-50%,.3em);-o-transform:translate(-50%,.3em);transform:translate(-50%,.3em)}
	#menuBtn.open span:before{-ms-transform:translate(-48%,0) rotate(45deg);-webkit-transform:translate(-48%,0) rotate(45deg);transform:translate(-48%,0) rotate(45deg)}
	#menuBtn.open span:after{-ms-transform:translate(-52%,0) rotate(-45deg);-webkit-transform:translate(-52%,0) rotate(-45deg);transform:translate(-52%,0) rotate(-45deg)}
	#menuBtn span,#menuBtn span:after,#menuBtn span:before{background-color:#e70101;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease};
	
	/* 电话 */
	.header .tel{
		display: none;
	}
	
	/* 语言选择 */
	.header .language{
		display: none;
	}
	
	.header .search{
		float: right;
		width: auto;
		height: 66px;
		display: flex;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		flex-flow:row wrap;
		align-content: center;
		margin-right: 20px;
		
	}
	.header .search .search_icon{
		line-height: 66px;
		font-size: 30px;
		padding: 0px 5px;
		display: inline-block;
		width: auto;
		cursor:pointer
	}
	.header .search .search_icon span{
		font-size: 25px;
		color: #333;
		font-weight: 400;
		user-select: none;
		 
	}
	
	
	
	/* 导航栏 */
	.header .nav_show{
		display: block;
		transform: translateX(0) !important;
		visibility: visible !important;
		z-index: 199 !important;
	}
	#nav{
		width: 100%;
		height: 100%;
		position:fixed;
		z-index: 100;
		top: 66px;
		background-color: #f8f8f8;
		overflow: hidden;
		transform: translateX(-100%);
		transition: all 0.5s;
		visibility: hidden;
	}
	#nav .nav_content{
		width: auto;
		height:100%;
		
		overflow-y: auto;
		position: relative;
	}
	#nav .nav_content .navList{
		width: 22rem;
		border-bottom: 1px solid #d4d4d4;
		position: relative;
		z-index: 999;
		margin: 0 auto;
		height: auto;
		line-height: 3.5rem;
		background-size: 1.1rem;
		float: none;
		height: auto;
		
	}
	#nav .nav_content .navList .navListOne{
		display:block;
		width: 100%;
		overflow: hidden;
		padding-left: 0px;
		font-size: 1.1rem;
		color:#000;
		font-weight: 800;
		background: url(../image/mobile-right.png) 21rem center no-repeat;
		background-size: 1rem;
		float: none;
		position: relative;
		/*pointer-events: none;*/
	}

	#nav .nav_content .noChild .navListOne{
		background: url(../image/mobile-right-go.png) 21rem center no-repeat !important;
		background-size: 1.1rem !important;
		pointer-events:auto;
	}
	#nav .nav_content .navList::after{
		content: ' ';
		position: absolute;
		top: 0px;
		left: 0px;
		bottom:-3.4rem;
		right: 0px;
		margin: auto;
		background-color: #e70101;
		width: 0%;
		height: 3px;
		transition: all 0.3s; 
	} 
	#nav .nav_content .navList:active .navListOne{
		color: #e70101;
	}
	#nav .nav_content .no .navListOne{
		color: #e70101 !important;
	}
	#nav .nav_content .navList:hover .navListOne{
		color: #000;
	}
	
	#nav .nav_content .navList:hover::after{
		width: 0%;
	}
	#nav .nav_content .navList:active .navListOne{
		color: #e70101 !important;
	}

	#nav .nav_content .open .navListOne{
		background: url(../image/mobile-right-no.png) 21rem center no-repeat;
		background-size: 1.1rem;
	}

	
	/* 移动端下拉菜单 */

	.nav_two_wrap{
		display: block;
		width:100%;
		overflow: hidden;
		background: #fff;
		z-index: 50;
		position: relative;
		margin:0 auto;
		border-top:1px solid #f3f3f3;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
		border-bottom: 3px solid #e70101;
		position:relative;
		top: 0px;
		display:none;

	}
	.nav_two_wrap .nav_two_content{
		width:100%;
		height: auto;
		margin: 0 auto;
		text-align: left;
		
	}
	.nav_two_wrap .nav_two_content .navList_two{
		line-height: 1.8rem;
		font-size: 0px;
		overflow: hidden;
		
	}
	.nav_two_wrap .nav_two_content .navList_two .navList_two_link{
		line-height: 1.8rem;
		width: auto;
		display:block;
		font-size: 1rem;
		background-size: 5px;
		padding: 0.5rem 1rem;
		margin-left: 1rem;
		position: relative;
		transition: all 0.3s;
		border-bottom: 1px solid #f3f3f3;
		position: relative;
	}
	.nav_two_wrap .nav_two_content .navList_two .navList_two_link::after{
		width: 5px;
		height: 5px;
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		border-radius: 50%;
		background-color: #ccc;
		transition: all 0.3s;
	}
	.nav_two_wrap .nav_two_content .navList_two .navList_two_link:active{
		color: #e70101;
	}
	.nav_two_wrap .nav_two_content .navList_two .navList_two_link:hover::after{
		background-color: #e70101;
	}
	
	
	/* 移动端选择语言 */
	#nav .mobile_language{
		display: flex;
		width: 23rem;
		height: 4rem;
		margin:0 auto;
		justify-content:space-around;
		align-items: center;
	}
	#nav .mobile_language h2{
		float: left;
		font-size: 1.1rem;
		color: #e70101;
	}
	#nav .mobile_language h2 span{
		padding-right: 0.5rem;
		color: #e70101;
	}
	#nav .mobile_language li{
		float: left;
		font-size: 1rem;
	}
	#nav .mobile_language li a{
		display: block;
	}
	#nav .mobile_language li a:active{
		color: #e70101;
	}

	/* 移动端搜索 */
	
	.search-bar{
		width: 100%;
		background-color: #636363;
		position: absolute;
		height: 100%;
		z-index: 100;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		transition: all 0.5s;
		top: 0px;
		visibility:hidden;
		transform: translateY(-100%) !important; 
	}
	.search-bar .search_logo{
		display: none;
	}
	
	/* 搜索框 */
	.search-bar .search_content{
		width: 100%;
		display:flex;
		height:100%; 
		z-index: -1;
		justify-content:center;
		align-items: center;
		align-content: center;
		overflow: hidden;
		margin-left: 0.3rem;
	}
	
	.search_form{ overflow: hidden;}
	.search_form .keyword		{-webkit-box-flex: 1; width:14.5rem; height:40px; text-align:left; line-height:40px; overflow:hidden; font-size:14px; border:none; background:#ffffff; float:left; margin-left:0%; text-indent:6px;  color:#000;  text-indent:8px;  outline: none; border:1px solid #e5e5e5; box-sizing:border-box;}
	.search_form .search-btn	{ width:5rem; height:40px;background:#e70101; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none; font-size: 14px;}
	.search_form .search-btn:active{
		background-color: #ca0606;
	}
	.search-bar .search_quit{
		width: auto;
		display: inline-block;
		padding: 0px 1rem;
		cursor: pointer;
		margin-right: 0.5rem;
	}
	.search-bar .search_quit span{
		font-size: 35px;
		color: #fff;
		user-select: none;
		transition: 0.3s;
		border-radius: 50%;
	}
	.search-bar .search_quit:active span{
		border-radius: 50%;
		background-color:#e70101;
		color: #fff;
	}
	
	.search_show {
		display: flex;
		z-index: 100;
		transform: translateY(0px) !important ;
		visibility: visible !important;
	}
	
	
	/*Banner*/
	.banner{ width:100%; height:12rem; overflow:hidden; margin-top:0px; }
	.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto;  }
	.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
	.banner .swiper-slide img{ width:40rem; height:auto; position:absolute; left:50%; margin-left:-20rem;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:.8rem;}
	.banner .swiper-pagination-bullet{ background:rgba(0,0,0,0.5); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:12px; height:12px; border-radius:50%;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		    margin: 0 7px;
	}
	.banner .swiper-pagination-bullet-active{background:rgba(231,1,1,0.8);}
	.banner .swiper-button-next{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0; right:1rem;}
	.banner .swiper-button-next:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
	.banner .swiper-button-prev{  filter:alpha(opacity=0); -moz-opacity:0.4; opacity:0; left:1rem; }
	.banner .swiper-button-prev:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}

	.container{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	/* 首页产品中心Mobile-CSS */
	
	/* 首页产品中心 */
	.home_title{
		overflow: hidden;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.home_title .title{
		color: #030303;
		font-size: 1.5rem;
		font-family: "黑体";
		float: left;
	}
	.home_title .title::after{
		width: 4px;
		height: 2.5rem;
		content: ' ';
		display: block;
		background-color: #e70101;
		float: left;
		margin-right: 20px;
	}
	.home_title .more{
		float: right;
		line-height: 2.5rem;
		font-size: 1rem;
		color: #7b7b7b;
		display: block;
		padding: 0px 10px;
		transition: 0.5s;
	}
	.home_title .more:active{
		color: #e70101;
		transform: translateX(5px);
	}
	.home_product_title{
		padding-top: 1rem ;
		padding-bottom: 0.5rem;
	}
	
	.home_product_content{ width:100%; height:52rem; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p; padding-top:0rem;}
	
	.home_product_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
	-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
	.home_product_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:25px; }
	
	.home_product_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;  overflow:hidden; }
	
	.home_product_content .swiper-slide ul{width:11rem; height:14.5rem; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center;   background:#f3f3f3; position:relative;  border:1px solid #eeeeee;    box-sizing:border-box; float: left; margin-left: 1.2rem !important; margin-bottom: 1rem;}
	.home_product_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
	.home_product_content .swiper-slide ul dd{width:11rem; height:8rem; margin:0 auto; box-sizing:border-box; overflow:hidden; border-bottom: 1px solid #EEEEEE;}
	.home_product_content .swiper-slide ul dd img{  width:100%;height:auto; transition:0.5s linear 0.1s;}
	
	.home_product_content .swiper-slide ul h2{ font-size:1rem; width:92%; margin:0 auto; text-align:center; font-weight:300; line-height:1.5rem; height:auto;   color:#333; transition:all 0.5s; position: relative; z-index: 2; text-align: left; text-overflow:inherit;white-space:pre-wrap; float: none; padding-top: 0.5rem; overflow: hidden;}
	
	.home_product_content .swiper-slide ul li{ width:15%;float:right; height: 50px; line-height: 45px; font-size: 35px; margin-right: 5%;position: relative; z-index: 2;overflow: hidden; display: none;}
	.home_product_content .swiper-slide ul li span{ float: right; font-size: 30px; color: #e70101; transition: all 0.8s; }
	.home_product_content .swiper-slide ul:active{ background-color: #e70101;}
	.home_product_content .swiper-slide ul:active h2 { color:#fff; }
	.home_product_content .swiper-slide ul:active a{ text-decoration:none;}
	.home_product_content .swiper-slide ul:active li span{ color: #fff;}
	.home_product_content .swiper-slide ul:active dd img{  transform:scale(1.1); }
	.home_product_content .swiper-slide ul:nth-child(1),.home_product_content .swiper-slide ul:nth-child(2){
		margin-top: 4rem;
		margin-left: 1.2rem;
	}
	
	.home_product_content .swiper-pagination-bullet-active{ background:#e70101; bottom:0px; }
	
	.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
	
	.home_product_content .swiper-button-next{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:2rem !important; right:10rem;background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNlNzAxMDEnLz48L3N2Zz4="); background-size: 1.5rem;}
	.home_product_content .swiper-button-next:active{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
	.home_product_content .swiper-button-prev{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:2rem !important; left:10rem; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZTcwMTAxJy8+PC9zdmc+");background-size: 1.5rem;}
	.home_product_content .swiper-button-prev:active{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
	
	.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:13px; height:13px; margin-left:10px; margin-right:10px;display: none;}
	
	.home_product_content .swiper-slide ul .h3{  display: none;}



/* 首页横幅 */
.home_hengfu_all{
	width: 100%;
	height: auto;
	background: url(../image/home_hengfu.jpg) top center;
	background-size: cover;
	margin-top: 0.2rem;
	overflow: hidden;
	
}
.home_hengfu_all .home_hengfu_content{
	height: 100%;
	position: relative;
	text-align: center;
	color: #fff;
}
.home_hengfu_all .home_hengfu_content h2{
	font-size: 1.4rem;
	line-height: 2rem;
	padding-top: 1rem;
}
.home_hengfu_all .home_hengfu_content p{
	font-size: 1rem;
	line-height: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.home_hengfu_all .home_hengfu_content .triangle{
	    position: absolute;
	    bottom:-1px;
	    left: 0;
		right: 0;
	    width: 0;
	    height: 0;
	    margin: auto;
	    border: 20px solid #f3f3f3;
	    border-style: solid;
	    border-color: transparent transparent #f3f3f3 transparent;
}
/* 首页关于我们 */
.home_about_all{
	width: 100%;
	background-color: #f3f3f3;
	overflow: hidden;
}

.home_about_wrap{
	width: 100%;
	overflow: hidden;
}

.home_about_wrap .home_about_title{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.home_about_wrap .home_about_title .logo{
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 1rem;
}

.home_about_content{
	overflow: hidden;
	height: auto;
}
.home_about_content .video{
	width: 25.6rem;
	height: 20.36rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
.home_about_content .video img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.home_about_content .video p{
	width: 4rem;
	height: 4rem;
	background: rgba(0,0,0,0.3);
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	border-radius: 50%;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	transition: all 0.3s;
	
}
.home_about_content .video p span{
	font-size: 3.2rem;
}
.home_about_content .video:active p{
	background-color: #e70101;
}
.home_about_content .video:active img{
	transform: scale(1.1);
}

.home_about_content .text{
	width: 23rem;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.home_about_content .text .title{
	line-height: 2rem;
	font-size: 1.2rem;
	margin-top: 1rem;
}
.home_about_content .text .title span{
	color: #e70101;
}
.home_about_content .text .txt{
	height: auto;
	overflow: auto;
	padding:0px;
	margin-top: 0.2rem;
	
}
.home_about_content .text .txt p{
	font-size: 1rem;
	line-height: 1.8rem;
	text-indent: 1em;
	color: #787878;
	margin-top: 0.2rem;
	text-align:justify; 
	text-justify:inter-ideograph;

}
.home_about_content .text_nav{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	padding-top: 1rem
}
	/* 首页公司环境 */
	.home_environment{
		overflow: hidden;
		margin-top: 40px;
	}
	.home_environment .list{
		width: 265px;
		height: 265px;
		overflow: hidden;
		position: relative;
		float: left;
		margin-left: 45px;
	
	}
	.home_environment .list:nth-child(1){
		margin-left: 1.2rem;
	}
	.home_environment .list .img{
		width: 100%;
		height: 100%;
	}
	.home_environment .list .title{
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background: #403d3a;
		background: rgba(46,44,41,0.8);
		height: 37px;
		transition: all 0.5s;
		transform: translateY(100%);
	}
	.home_environment .list .title h2{
		width: 90%;
		margin: 0 auto;
		color: #fff;
		line-height: 37px;
		font-size: 15px;
		text-align: center;
		font-weight: 400;
		overflow: hidden;
	}
	.home_environment .list .home_environment_show{
		transform: translateY(0%);
	}

.home_about_content .text_nav li{
	display: inline-block;
	width: 10rem;
	border:1px solid #dcdcdc;
	font-size: 0.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	margin: 0.5rem 0.5rem;
	transition: all 0.3s;
}
.home_about_content .text_nav li span{
	font-size: 1.4rem;
	float: left;
	color: #e70101;
	padding: 0px 1rem;
}
.home_about_content .text_nav li a{
	display: block;
	color: #333;
	transition: all 0.3s;
	font-size: 0.9rem;
}
.home_about_content .text_nav li:active{
	border:1px solid #e70101;
	color: #e70101;
}
.home_about_content .text_nav li:active a{
	color: #e70101;
}

/* 首页公司环境 */
.home_environment{
	overflow: hidden;
	margin-top: 1rem;
}
.home_environment .list{
	width: 11rem;
	height: 11rem;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 1.2rem;
	margin-bottom: 1.2rem;
}
.home_environment .list .img{
	width: 100%;
	height: 100%;
}
.home_environment .list .title{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #403d3a;
	background: rgba(46,44,41,0.8);
	height: 2.5rem;
	transition: all 0.5s;
	transform: translateY(0%);
}
.home_environment .list .title h2{
	width: 90%;
	margin: 0 auto;
	color: #fff;
	line-height: 2.5rem;
	height: 2.5rem;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}
.home_environment .list .home_environment_show{
	transform: translateY(0%);
}


/* 首页优势 */
.home_youshi{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.home_youshi .title{
	overflow: hidden;
	text-align: center;
}
.home_youshi .title .logo{
	width: 5rem;
	height: 5rem;
}
.home_youshi .title h2{
	font-size: 1.2rem;
}

.home_youshi .text{
	width: 100%;
	height: auto;
	margin-top: 1rem;
}
.home_youshi .text .list{
	width: 23rem;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}


.home_youshi .text .list:last-child::before{
	display: none;
}

.home_youshi .text .img{
	width: 10rem;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 1rem;
	float: left;
}
.home_youshi .text .img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	border-radius: 0.5rem;
}
.home_youshi .text h2{
	width: 12rem;
	float: right;
	height: auto;
	line-height: 2rem;
	margin: 0 auto;
	font-size: 1rem;
	overflow: hidden;
	color: #333;
	padding: 0.5rem 0px;
}

.home_youshi .text p{
	width: 12rem;
	height: auto;
	line-height: 1.5rem;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #858585;
	float: right;
}
.home_youshi .text p br{
	display: none;
}


/*新闻中心*/
.home_new_title{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.home_new_all{width:100%; height:auto;  overflow:hidden; padding-bottom:4rem;}
.home_new_nav{width:100%; height:auto; overflow:hidden; margin:0 auto; text-align:center;}
.home_new_nav li{ display:inline-block; padding:0.5rem 1.2rem; background:#f3f3f3; margin-left:0.5rem; margin-right:0.5rem;  cursor:pointer;}
.home_new_nav li a{ color:#333; pointer-events: none; font-size: 0.95rem;}
.home_new_nav .current{ background:#e70101; color:#fff;}
.home_new_nav .current a{ color:#fff;}

.home_new_content{width:100%; height:22.5rem; margin:0 auto; margin-top:1rem;}

.home_new_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:680px;}

.home_new_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_new_content .swiper-slide ul li{
        padding-bottom: 14px;
    margin-bottom: 15px;
    /*border-bottom: 1px dashed #d2d2d2;*/
    clear: both;
}

.home_new_content .swiper-slide ul li .times {
         text-align: center;
    width: 85px;
    height: 101px;
    background-color: #137ed0;
}

.home_new_content .swiper-slide ul li .times span{
             display: block;
    font: 400 48px/48px "Arial";
    color: #fff;
    margin-top: 13px;
}

.home_new_content .swiper-slide ul li .times p{
    font: 400 16px/16px "Arial";
    color: #fff;
    margin-top: 8px;
}


.home_new_content .swiper-slide ul li .n_list {
    width: 230px;
    margin-left: 10px;
}

.home_new_content .swiper-slide ul li .n_list h3{
      margin-top: 10px;
    margin-bottom: 10px;
    font-size:12px;
    font-weight: bold;
}

.home_new_content .swiper-slide ul li .n_list h3 a{
         font: bold 16px/16px "Microsoft Yahei";
    color: #666;
}


.home_new_content .swiper-slide ul li .n_list span{
          font: 400 14px/24px "Microsoft Yahei";
    color: #666666;
    height: 47px;
    overflow: hidden;
    display: block;
}
.fl{float:left}

.home_new_content .swiper-slide ul li .n_list span a{
          font: 400 14px/24px "Microsoft Yahei";
    color: #666666;
    height: 47px;
    overflow: hidden;
    display: block;
}




.home_new_content .swiper-slide .home_new_list{width:23.5rem; height:auto; margin: 0 auto; background:#fff; overflow:hidden; text-align:left;  box-sizing:border-box; border-bottom: 1px solid #e5e5e5; margin-top: 0.8rem;}
.home_new_content .swiper-slide .home_new_list:nth-child(4){
	border: none;
}
.home_new_list dd{width:4rem; height:4rem; overflow:hidden; border-bottom:1px solid #f3f3f3; position:relative;box-sizing:border-box; float: left;}
.home_new_list dd img{ width:100%; height:100%;transition: all 0.3s;}

.home_new_list .text{ width:18rem; float: left; overflow: hidden; margin-left: 1rem;}
.home_new_list .text h2{ width:100%; height:auto; margin:0 auto; text-align:left; font-size:1rem; line-height:2rem; padding-top:0px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;transition:all 1.0s;}
.home_new_list .text li{ width:100%; height:auto; margin:0 auto; font-size:0.9rem; line-height:2rem; color: #909090;}
.home_new_list .text li i{ float: left; font-size: 2rem; color: #e70101; margin-right: 10px;}
.home_new_list .text p{  display: none;}

.home_new_list a{ display:block; width:100%; height:100%;}
.home_new_list a:hover{ text-decoration:none;}

.home_new_list:hover .text h2{ color:#e70101;}

.home_new_list:hover dd img{ transform:scale(1.1); }


/* 首页客户见证 */
.home_hezuo_title{
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
.home_hezuo_title p{
	font-size: 1rem;
	color: #7c7c7c;
	margin-left: 1rem;
	float: left;
}

.home_hezuo_content{ width:100%; height:14rem; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:1rem; padding-bottom:1rem; }

.home_hezuo_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.home_hezuo_content .swiper-wrapper{width:100%; margin:0 auto;  margin-top:0rem; }

.home_hezuo_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;  overflow:hidden; }

.home_hezuo_content .swiper-slide ul{width:100%; height:10rem; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; position:relative;      box-sizing:border-box; float: left;  margin-bottom:1rem; margin: 0 auto;}
.home_hezuo_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_hezuo_content .swiper-slide ul dd{width:7.8rem; height:7.8rem; margin:0 auto; box-sizing:border-box; overflow:hidden; border: 1px solid #EEEEEE;}
.home_hezuo_content .swiper-slide ul dd img{  width:100%;height:100%; transition:0.5s linear 0.1s;}

.home_hezuo_content .swiper-slide ul h2{ font-size:1rem; width:100%; margin:0 auto; text-align:center; font-weight:300; line-height:2.5rem; height:2.5rem; overflow:hidden; font-size:0.9rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;cursor:hand; color:#333; transition:all 0.5s; position: relative; z-index: 2; text-align: center; }

.home_hezuo_content .swiper-slide ul:hover h2 { color:#e70101;}
.home_hezuo_content .swiper-slide ul:hover a{ text-decoration:none;}
.home_hezuo_content .swiper-slide ul:hover dd img{  transform:scale(1.1); }

.home_hezuo_content .swiper-slide ul:nth-child(1){
	margin-left: 0px;
}

.home_hezuo_content .swiper-pagination-bullet-active{ background:#e70101; bottom:0px; }

.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_hezuo_content .swiper-button-next{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:12.5rem; right:10rem;background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNlNzAxMDEnLz48L3N2Zz4=");}
.home_hezuo_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_hezuo_content .swiper-button-prev{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:12.5rem; left:10rem; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZTcwMTAxJy8+PC9zdmc+");}
.home_hezuo_content .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:13px; height:13px; margin-left:10px; margin-right:10px;display: none;}


/*底部通用*/
.footer_all{ width:100%; min-height:1rem; height:auto; overflow:hidden; background:#f2f2f2; margin-top:2.5rem;}
.footer_top{ width:100%; height:auto; border-bottom:1px solid #e2e2e2; margin:0 auto; overflow:hidden; padding-bottom:1.3rem;}
.footer_top .location{ width:500px; height:100%; float:left; display:none;}
.footer_top .location h2{ font-size:17px; line-height:74px; font-weight:400; color:#525252;}
.footer_top .location h2 a{ color:#525252;}

.footer_top .footer_search{ width:100%; overflow:hidden; height:100%; position:relative;}

.footer_search .footer_search_icon{ float:right; width:50px; height:100%; text-align:center; line-height:74px; user-select:none; cursor:pointer ; display:none;}
.footer_search .footer_search_icon i{ font-size:26px; color:#8e8e8e;  cursor:pointer ;}

.footer_search_content{ width:auto; height:4rem; float:left; margin-left:0px; margin-left:1.3rem; }

.footer_search_content  form	{ padding-top:1.3rem;}
.footer_search_content .keyword		{-webkit-box-flex: 1; width:18rem; height:40px; text-align:left; line-height:40px; overflow:hidden; font-size:1rem; border:none; background:#ffffff; float:left; margin-left:0%; text-indent:6px;  color:#000;  text-indent:8px;  outline: none; border:1px solid #e5e5e5; box-sizing:border-box;}
.footer_search_content .search-btn	{ width:5rem; height:40px;background:#e70101; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none; font-size:1.1rem;}


.footer_search_content_icon{ float:left; width:60px; height:74px; text-align:center; line-height:74px; user-select:none; cursor:pointer;  display:none;}
.footer_search_content_icon i{ font-size:26px; color:#8e8e8e;  }


.footer_content{width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:1rem; }
.footer_content .f_logo{ width:100%; height:auto; float:left; overflow:hidden; text-align:center;}
.footer_content .f_logo img{ max-width:100%; width: auto; display: block; margin: 0 auto; height:auto;}
.footer_content .f_logo a{  pointer-events: none;}

.footer_content .footer_nav{ width:22rem; margin:0 auto; height:auto; overflow:hidden;}
.footer_content .footer_nav .footer_nav_list{width:100%; height:auto; overflow:hidden; padding-top:1rem;}

.footer_nav_list h2{ font-size:1.1rem; line-height:3rem; padding-bottom:0; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; border-bottom:1px solid #d4d4d4; background:url(../image/mobile-right.png) 19rem center no-repeat; background-size: 1rem; text-indent:1rem;}
.footer_nav_list h2 a{  pointer-events: none;}
.footer_nav_list li{ font-size:1rem; line-height:3rem; height:auto; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; border-bottom:1px solid #e7e6e6; display:none;}
.footer_nav_list li a{color:#555555; padding-top:0.6rem; display:block; text-indent:2rem;}

.footer_content .footer_nav .wechat{
	margin: 0 auto;
	padding-right: 30px;
	text-align: center;
}
.footer_content .footer_nav .wechat img{
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.footer_content .footer_nav .wechat p{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 30px;
}

.footer_nav .open h2{ background:url(../image/mobile-right-no.png) 19rem center no-repeat; background-size: 1rem;}

.links{ width:23rem; height:auto; margin:0 auto; overflow:hidden; line-height:2rem; padding-top:0.5rem; padding-bottom:0.5rem; display:none;}
.links h2{ float:left; overflow:hidden; font-size:15px; font-weight:400; color:#7d7d7d;}
.links a{ display:inline-block; float:left; font-size:15px; padding-left:10px; padding-right:10px; color:#7d7d7d;}

.footer_bottom{width:100%; height:auto; background:#e6e6e6; overflow:hidden; padding-top:1rem; padding-bottom:1rem;}
.footer_bottom ul{width:23rem; height:auto; margin:0 auto; overflow:hidden; text-align:center; line-height:1.7rem; color:#7d7d7d; font-size:0.9rem;}
.footer_bottom ul a{color:#7d7d7d; padding-left:0.5rem; padding-right:0.5rem; display:block;}

/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:0px;padding-bottom:0rem;z-index:100;}

.izl-rmenu a{transition:all 1.0s;}
.izl-rmenu .btn{width:40px;height:40px; cursor:pointer;position:relative; margin-top:1px; text-align:center;}

.izl-rmenu .btn a{ color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn a:hover{ text-decoration:none;}

.izl-rmenu .btn-qq{background:rgba(216,88,97,0.8) url(../image/r_qq.png) 0px 0px no-repeat; color:#fff; line-height:40px; font-size:14px; transition:all 1.0s; border-top:none; background-size:100%;}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:rgba(216,88,97,0.8) url(../image/r_qq.png) 0px 0px no-repeat; text-decoration:none;display:block;  background-size:100%; }

.izl-rmenu .btn-wx{background:rgba(216,88,97,0.8) url(../image/r_wx.png) 0px 0px no-repeat; transition:all 1.0s;  background-size:100%;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-7rem;top:-3rem;display:none;width:7rem;height:7em;}

.izl-rmenu .blue{ background-color:#e70101;}

.izl-rmenu .btn-phone{background:rgba(216,88,97,0.8) url(../image/r_phone.png) 0px 0px no-repeat; transition:all 1.0s;  background-size:100%;}


.izl-rmenu .btn-phone .phone{background-color:#6fbdec;position:absolute;width:200px;left:-200px;top:0px;line-height:50px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px;}
.izl-rmenu .btn-top{background:rgba(23,86,161,0.8) url(../image/r_top.png) 0px 0px no-repeat; background-size:100%;}


/*banner——min*/
.banner_min{ width:100%; height:auto; overflow:hidden; position:relative; margin-bottom:1rem;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:100%; height:auto; }
/*当前位置*/
.location_all{width:100%;  height:auto; overflow:hidden; }
.location_content{width:100%;  height:auto; overflow:hidden; margin:0 auto; padding-top:0rem; padding-bottom:0.8rem;}
.location_left{ width:95%; margin:0 auto; height:auto;  overflow:hidden; line-height:1.8rem; font-size:0.9rem;}
.location_left a{ font-size:0.9rem;}
.location_left i{ font-size:1rem; float:left; margin-right:0.5rem; color:#e70101;}
.location_right{ width:100%; min-height:2.5rem; height:auto; overflow:hidden; text-align:right; display:none;}

/*内容导航*/
.content_nav{width:100%; min-height:0rem; margin:0 auto; overflow:hidden; text-align:center; }
.content_nav ul{ width:auto; height:auto; margin:0 auto;}
.content_nav a{ width:12.8rem; line-height:2.5rem; height:2.5rem; display:block; float:left; font-size:1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#fff; position:relative; transition:all 0.6s; border:1px solid #fff; box-sizing: border-box;background:#e70101;}
.content_nav a:active{ background:#cd0303; color:#fff; text-decoration:none; }

.content_nav a:active:after{ width:100%; left:0px;}
.content_nav .no:after{ width:100%; left:0px;}
.content_nav .no{ background:#1d1e26; color:#fff; }
.content_nav .no:active{ background:#333; color:#fff; }
/*企业简介*/
.about_title{ width:23rem; height:auto; text-align:center; margin:0 auto; padding-top:1rem; padding-bottom:1rem; }
.about_title h2{ font-size:1.4rem; color:#434343; line-height:3.5rem;}
.about_title p{ width:100%; text-align:center; padding-top:0.5rem;}
.about_title p img{ width:auto; max-width:22rem; height:auto;}

.about_content{ width:24rem; height:auto; margin:0 auto; min-height:50px; padding-top:1rem; padding-bottom:0rem;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{font-size:1rem; line-height:1.7rem;}

/*新闻中心*/
.new_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.new_list ul{ width:23rem; height:auto; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin:0 auto; margin-top:1.2rem;}
.new_list ul a{ display:block; width:100%; height:100%;}
.new_list ul dd{ width:23rem; height:12.44rem; overflow:hidden; background:#fff url(../image/logo.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; border-bottom:1px solid #f3f3f3;}
.new_list ul img{ max-width:23rem; width:auto; max-height:12.44rem; height:auto;}  
.new_list ul h2{ width:90%; margin:0 auto; height:3rem; line-height:3rem; font-size:1.1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.new_list ul p{ font-size:0.9rem; width:90%; height:3.4rem; margin:0 auto; overflow:hidden; line-height:1.6rem; color:#949494; text-justify:inter-ideograph;}
.new_list ul li{ width:90%; margin:0 auto; line-height:2rem; color:#bababa; font-size:0.9rem; padding-top:0rem; padding-bottom:0.8rem;}
.new_list ul li i{ float:left; font-size:1.2rem; padding-right:1rem;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1); transition:1s linear 0.1s;}
.new_list ul:hover h2{ color:#e70101;}
.new_list ul:hover{ border:1px solid #e70101; }
.new_list ul:hover dd{ background:#fff url(../image/logo.png) center center no-repeat;}

/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:2rem;margin-bottom:0rem;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #e70101;color: #fff; }
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius: 4px;display: inline-block;text-align: center;}
.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 0.4rem 0.8rem;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; font-size:0.8rem;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#e70101; color:#fff;}

/* 荣誉资质 */
.honor_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:0.5rem; }
.honor_list ul .pImg{display:block;width:10rem;height:13.48rem; background:#fff;display: table-cell;vertical-align: middle; }
.honor_list ul img{width:10rem; height:auto; max-height:13.48rem; vertical-align: middle;}

.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.honor_list ul:hover:before{width:100%;background:#e70101;transition:all 0.5s;}

.honor_list ul p{ width:90%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:0.9rem;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#e70101;}

/*成功案例*/
.case_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.case_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative;}
.case_list ul .pImg{display:block;width:11rem;height:11rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul img{width:11rem; height:auto; max-height:11rem; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#e70101;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:2rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.9rem; font-weight:400;}


.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#e70101;}
.case_list ul:hover h2{color:#e70101;}


/* 设备展示 */
.hezuo_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:0.5rem; padding-bottom:0.5rem;}
.hezuo_list ul .pImg{display:block;width:10rem;height:10rem; background:#fff;display: table-cell;vertical-align: middle; }
.hezuo_list ul img{width:10rem; height:auto; max-height:10rem; vertical-align: middle;}

.hezuo_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.hezuo_list ul:hover:before{width:100%;background:#e70101;transition:all 0.5s;}

.hezuo_list ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:left; font-size:1rem; padding-top:5px; border-bottom:1px solid #ccc; margin-bottom:0.3rem;}
.hezuo_list ul p{ width:85%; margin:0 auto;height:1.8rem;line-height:1.8rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s;text-align:left; font-size:0.9rem; color:#7f7f7f;}

.hezuo_list ul:active a{ text-decoration:none;}
.hezuo_list ul:active p{ color:#e70101;}
.hezuo_list ul:active h2{ color:#e70101;}


/*联系我们*/
.contact_content{width:100%; height:auto; margin:0 auto; padding-top:1rem; overflow:hidden; }
.contact_content .left{ width:23rem; margin:0 auto; height:auto; overflow:hidden;}
.contact_content .left ul{ width:100%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; }
.contact_content .left ul h2{ font-size:1.2rem; line-height:2rem; padding-bottom:0.5rem; padding-bottom:0.5rem;}
.contact_content .left ul li{ font-size:1rem; line-height:1.8rem; padding-left:0rem;  text-justify:inter-ideograph; color:#333; display:block; overflow: hidden; padding: 0.5rem 0px;}
.contact_content .left ul li strong{ color:#e70101; padding-right:0.5rem; float:left;}

.contact_content .left ul li p{ float:left; max-width:15rem; height:100%; height:auto;display:inline-table;}

.contact_content .left ul li a{ color:#333;}
.contact_content .left ul li i{ float:left; line-height:1.8rem; font-size:1.4rem; padding-right:0.8rem; color:#e70101;}
.contact_content .left ul li dd { float:left; display:block;}
.contact_content .left ul li dd img{ display:block; float:left; width:8rem; height:8rem;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:1rem; margin-right:0;}
.contact_content .left .face h2{font-size:1.2rem; line-height:2rem; padding-bottom:1rem;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:1rem; margin-right:1.5rem;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}

.contact_content .right{ width:23rem; height:auto; margin: 0 auto;  overflow:hidden; }
.contact_right_txt{
	width: auto;
}
.contact_right_txt h2{
	font-size: 1.1rem;
	line-height: 2rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #f3f3f3;
	color: #e70101;
}
.contact_right_txt p{
	line-height: 2rem;
	font-size: 15px;
}


/*地图*/
.map{ width:23rem; height:25rem; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:0; margin-top:1rem; margin-bottom:1rem;}
.map #map{ width:100%; height:100%;}
.more_map{ width:100%; height:auto; text-align:center; margin:0 auto; margin-top:1.5rem; overflow:hidden;}
.more_map a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem;}
.more_map a:active{ background:#e70101;}

.liuyan_content .iframe{ overflow: hidden; display: none;}
.liuyan_content .mobile_liuyan{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; margin-top:2rem; margin-bottom:2rem;}
.liuyan_content .mobile_liuyan iframe{ display:none;}
.liuyan_content .mobile_liuyan a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem;  margin-left:1rem;}



/*内页*/
.tu_lei_main				{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:1rem;}
.tu_lei_main_l				{ width:100%; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:1rem; margin-top:0.5rem;}
.tu_lei_main_l_t1_title		{ width:100%; height:3rem; margin:0 0.5rem; padding:0 0.5rem; overflow:hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:2.5rem;color:#e70101; font-size:1.8rem; margin-right:0.5rem;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:20rem; height:3rem; float:left; font-size:1.3rem; color:#e70101; line-height:2.5rem;}

.tu_lei_main_l_t1 .ce .no{ background:#e70101; color:#fff; }

.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }

.ce li{ list-style:none; float:left; width:auto; margin-left:1.1rem; line-height:2rem;  border:0.1rem solid #f3f3f3; margin-bottom:0.5rem; margin-top:0.5rem; height:auto; max-width: 23.2rem; overflow: hidden;}
.ce li i{ font-size:1.1rem; float:left;line-height:2rem; padding-right:0.2rem; padding-left:0.2rem;}

.ce li a{display:block;color:#3f3f3f; font-size:1rem; float:left; width:100%; height:100%; padding:0.3rem 0px; 
overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; padding-right:0.5rem;}

.ce li a:active{ background:#2c2c2c; display:block; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#e70101; border:0.1rem solid #ededed;}
.ce li .xuanze{ background:#fff; color:#e70101;}

.er{ margin-bottom:0px; overflow:hidden;  width:100%; display:block; margin:0 auto; padding-bottom: 0.2rem;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:0px; }
.er li i{ font-size:1rem; }
.er li a{display:block; color:white;font-size:0.9rem; padding:0rem; }
.er .e_li a{ color:#949494;}
.er li a:active,.er li .sen_x{ overflow: hidden;  }
.er .e_li a:active,.er .e_li .sen_x{ overflow: hidden; }
.er .e_li .xuanle{ color:#e70101;}


.thr{background:#e70101; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../image/more.png) no-repeat 10px center;}
.er .e_li .thr li a:active{ background:#e70101 url(../image/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#e70101 url(../image/more.png) no-repeat 10px center;}


.thr{background:#e70101; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../image/more.png) no-repeat 10px center;}
.er .e_li .thr li a:active{background:#e70101 url(../image/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#e70101;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}

.index_tumian_r				{ width:100%; height:auto; overflow:hidden;  background-color:#fff; margin-bottom:1rem; }

.neirong{ width:100%; height:auto; min-height:10rem; padding-top:0.1rem; padding-bottom:0.5rem; margin:0 auto; overflow:hidden; }
.neirong_title{ width:100%; min-height:auto; height:auto; font-size:1.5rem; font-family:"微软雅黑";color:#3f3f3f; line-height:2.5rem;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:0.5rem; padding-bottom:0rem;}
.neirong_title h1{ font-size:1.5rem;}
.neirong_time{font-size:0.8rem; font-family:"微软雅黑";color:#999; line-height:2rem; word-spacing:8px; letter-spacing:1px; width:100%; height:2rem; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:1rem; padding-top:1rem; margin-bottom:1rem;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:95%; height:auto; margin:0 auto; overflow:hidden; min-height:15rem; padding-bottom:0.5rem; padding-top:0.5rem; font-size:1rem;}
.neirong_con img{max-width:100%; width:auto;height:auto;}
.neirong_con p{ padding-top:0.3rem; padding-bottom:0.3rem; line-height:1.8rem;}

/* 产品导航 */
.product_one_nav{width:100%; min-height:1rem; margin:0 auto; overflow:hidden; text-align:center; background:#fff; margin-top: .1rem;}
.product_one_nav ul{ width:100%; height:auto; margin:0 auto;}
.product_one_nav a{ line-height:2.5rem; height:2.5rem; display:block; float:left; padding: 0px 0.8rem; font-size:1rem; color:#333; transition:all 1.0s; position:relative; overflow: hidden; margin-left: 0.5rem; margin-right:-0.5rem; font-weight: 800;}
.product_one_nav a::before
{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 5px solid #e70101;
	border-style: solid;
	border-color: transparent transparent #e70101 transparent;
	transform: translateY(100%);
	transition: all 0.3s;
}
.product_one_nav a::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 50%;
	left: 0px;
	top: 25%;
	background-color: #ccc;
}
.product_one_nav a:nth-child(1)::after{
	display: none;
}
.product_one_nav .no::after{ display: none;}

.product_one_nav a:active{ background:#fff; color:#e70101; text-decoration:none; }
.product_one_nav a:active::before{
	transform: translateY(0%);
}
.product_one_nav .no{ background:#e70101; color:#fff;   }
.product_one_nav .no a{ color: #fff;}
.product_one_nav .no:hover{ background:#d20202; color: #fff;}
.product_one_nav .no:before{ transform: translateY(0%);}
/* 三级栏目 */
.product_two_nav{width:100%; height: auto; margin:0 auto; overflow: hidden; text-align:center; background:#fff; margin-top:.5rem; border-top:2px solid #F3F3F3;border-bottom:2px solid #F3F3F3;}
.product_two_nav ul{ width:100%; height:3rem; margin:0 auto; padding-top:5px;  }
.product_two_nav a{ line-height:2.5rem; height:2.5rem; display:block; float:left; text-align: center; padding: 0px 0.8rem; font-size:0.9rem; color:#333; transition:all 1.0s; position:relative; overflow:hidden; margin-left: 0.5rem;  margin-right:-0.5rem; }
.product_two_nav a::before
{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 5px solid #e70101;
	border-style: solid;
	border-color: transparent transparent #e70101 transparent;
	transform: translateY(100%);
	transition: all 0.3s;
}
.product_two_nav a::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 40%;
	left: 0px;
	top: 30%;
	background-color: #ccc;
}

.product_two_nav a:active{ color:#e70101; text-decoration:none; }
.product_two_nav a:active::before{
	transform: translateY(0%);
}
.product_two_nav .no{ background:#FFF; color:#fff; color:#e70101; background:#FFF; }
.product_two_nav .no a{ color: #e70101;}
.product_two_nav .no:active{ background:#fff;}
.product_two_nav .no:before{ transform: translateY(0%);}
.product_two_nav a:nth-child(1)::after{
	display: none;
}
.product_two_nav .no::after{ display: none;}

/* 产品列表 */
.product_list{
	 width:100%; height:auto; margin:0 auto; overflow:hidden; 
	 padding-top: 0.2rem;
}

.images_list{width:23rem; height:auto; margin: 0 auto;  background:#fff; margin-top:1.2rem;  border:1px dashed #CCC; transition:all .5s; overflow: hidden; font-size: 0px; padding-bottom: 1rem;}
.images_list a{display: block;width: 100%; height: 100%;}
.images_list .img{width:22rem; height:14rem; overflow:hidden;  margin: 0 auto; margin-top:0.5rem; display: flex; justify-content: center; align-items: center; align-content: center; background-color: #fff;}
.images_list .img img{ width: auto; max-width:100%; height: auto; max-height: 90%; transition:all 1s}

.images_list:hover .img img { transform:scale(1.1); }
.images_list .text{width:95%; margin:0 auto; height:auto; line-height:2.5rem; font-size:1rem; font-weight:400; text-align:center; overflow:hidden; margin-top:0.5rem;font-size: 0px;}
.images_list .text .title{ height: 3rem; line-height: 3rem; font-size: 1.1rem; color: #333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.5s; border-top:1px solid #f3f3f3;}
.images_list .text .description{ height: 60px; line-height:30px; font-size:12px; overflow: hidden; }
.images_list .text .description p{
	color: #8c8c8c !important;
	font-size: 12px !important;
	line-height: 20px !important;
	transition: all 0.5s;
}
.images_list .text .description h2{ display: none;}
.images_list .text .description img{ display: none !important;}

.images_list .more{width:200px; height:40px; line-height:40px; border:1px solid #ccc; text-align:center; margin-top:25px; margin-bottom:25px; color:#8c8c8c;transition: all 0.5s; display:none;}

.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ border:1px dashed #e70101; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.images_list:hover .text .title{
	color: #e70101;
}
.images_list:hover .text .description p{
	color: #7c7c7c !important;
}


/*产品内容*/

.product-top{ display:none;}
/*放大镜结束*/
.product_content_top{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0rem;}
.product_content_top .left{ width:25rem; height:21rem; margin:0 auto; overflow:hidden; }

.product_content_list{width:25rem; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:20rem; height:20rem; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:2.5rem;}

.product_content_list .swiper-slide ul img{  width:100%;height:auto;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:24rem; height:auto; margin:0 auto; overflow:hidden; border-bottom:0.2rem solid #f3f3f3;}
.product_content_top .right h2{ font-size:1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:2rem;  color:#999; height:auto; overflow:hidden; padding-bottom:0.8rem; text-align:center;}
.product_content_top .right h2 a{ color:#999;}
.product_content_top .right h2 a:hover{ color:#e70101;}

.product_content_top .right h3{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:1.7rem; padding-top:0.8rem; padding-bottom:0.8rem; text-align:center; overflow:hidden;}

.product_content_top .right h4{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden;}
.product_content_top .right h4 a{ width:10rem; height:35px; display:block; background:#e70101; margin:0 auto; line-height:35px; text-align:center; color:#fff; border-radius:5px; margin-top:0rem; font-size:1rem; margin-top:0.5rem; margin-bottom:0.5rem;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:24rem; font-size:1rem; font-weight:300; line-height:1.8rem;  height:auto; color:#6c6c6c; overflow:hidden; padding-top:1rem; padding-bottom:1rem;}
.product_content_top .right .lx p{ font-size:0.9rem !important; color:#575757 !important; padding-left:0.5rem ;}
.product_content_top .right .lx p span{ color:#e70101;}


.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{ font-family:"微软雅黑"; font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}

.product_content_content{width:100%; min-height:5rem; height:auto; overflow:hidden; margin:0 auto; padding-top:1.5rem; padding-bottom:1rem;}

.product_content_content h2{width:100%; min-height:3rem; height:auto; line-height:3rem; font-size:1.1rem; font-weight:300; color:#333; overflow:hidden; border-bottom:1px solid #d0d0d0;   background:#f3f3f3;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 strong{ float: left;}
.product_content_content h2 i{color:#e70101; padding-right:15px; font-size: 2rem; float: left; padding-left: 1.2rem;}

.chanpin_content{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:0.5rem; min-height:5rem;}
.chanpin_content p{ line-height:1.8rem;}
.chanpin_content img{ max-width:100%; height:auto;vertical-align: top;}

.product_bottom{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:0rem; min-height:5rem;}
.product_bottom p{ line-height:1.8rem;}
.product_bottom img{ max-width:100%; height:auto;}


.xiayiye{width:100%; height:auto; line-height:3rem; overflow:hidden; margin-top:1rem; border-top:1px solid #dadada; margin-bottom:0rem; padding-top:0.5rem;}
.xiayiye p{width:100%; height:2rem; line-height:2rem; font-size:1rem; color:#606062; padding-left:1rem; margin-top:0.5rem; overflow:hidden;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:0.8rem; padding-left:1rem;}
.xiayiye p a:hover{ text-decoration:underline; color:#1391bd;}

/*新闻内容*/
.new_content_all{ padding-bottom:0rem;}
.new_content_title{ width:24rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:2.1rem; padding-top:2rem; }
.new_content_title h2{ font-size:1.5rem;}


.shebeizhanshi_xinxi{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:0.5rem; border-bottom:2px solid #f3f3f3; padding-bottom:0.5rem; border-top:2px solid #f3f3f3; margin-top:1.6rem;}
.shebeizhanshi_xinxi p{ font-size:1rem; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:1.1rem;}

.new_content_time{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:1rem; border-bottom:2px solid #f3f3f3; padding-bottom:1.5rem;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem; display:block;}


.new_content { width: 23rem; margin:0 auto; min-height:10rem;background:none; overflow:hidden; padding-top:1.5rem; padding-bottom:1rem; font-size:0.9rem; line-height:1.8rem; color:#333; text-justify:inter-ideograph;}
.new_content p{ line-height:1.8rem; color:#333; font-size:1rem;}
.new_content img{ max-width:100%; width:auto; height:auto;}

.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:23rem; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:1rem; margin-top:1rem; margin-bottom:1.5rem;}
.neirong_next1 p				{ width:100%; float:left; overflow:hidden; line-height:3rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.neirong_next1 p i{ font-size:1rem; float:left; padding-right:0.5rem;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:0.9rem; font-family:"微软雅黑";color:#333333; line-height:2rem; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#e70101; text-decoration:underline;}

/*搜索*/
.ss_no{width:100%; min-height:20rem; text-align:center; font-size:1rem; height:auto; padding-top:2rem; line-height:1.8rem;}
.ss_no strong{ color:#e70101;}

.suo_text{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; padding-top:1.5rem; padding-bottom:1rem; border-bottom:1px solid #ccc;}
.suo_text h2{ line-height:2rem; font-size:1rem; font-weight:400;}
.suo_text h2 span{ color:#b43422; padding-left:0px; padding-right:0px; font-size:1.2rem; font-weight:800}
.suo_text h2 strong{ color:#b43422; padding-left:0.2rem; padding-right:0.2rem; font-size:1.2rem;font-weight:800;}


/* 内页横幅 */
.neiye_hengfu_all{

	margin-top: 1.5rem;
	overflow: hidden;
	margin-bottom: 0px;
}
.neiye_hengfu_all .triangle{
	border-color: transparent transparent #fff transparent !important;
}
.neiye_youshi{
	margin-top: 0.5rem;
	margin-bottom: 0rem;
}


@media  screen and (max-width:991px){
.c_1530_8{ padding:41px 20px 40px 20px;}
.ul_3 li{ margin-top:15px;}
.ul_3 li .zbox{ padding-left:76px;}
.ul_3 li .zbox .name{ width:76px; font-size:14px; line-height:42px;}
.ul_3 li .zbox .name .ico{ width:18px; height:18px; margin:-3px 4px 0 0;}
.ul_3 li .zbox input{ padding-left:10px; font-size:14px; line-height:42px; height:42px;}
.ul_3 li .zbox textarea{ height:200px; padding:10px 10px; font-size:14px; line-height:20px;}
.ul_3 li.l2{ margin-top:17px;}
.ul_3 li.l2 input{ width:166px; height:40px; line-height:40px; font-size:16px;}
}

@media  screen and (max-width:767px){
.ul_2{ margin-top:0px;}
.ul_2 li{ margin-top:10px;}
.ul_2 li .page{ height:auto; width:100%;}
.ul_2 li .page img{ width:100%; height:auto; position:relative; left:auto; top:auto; margin:0; float:left;}
.ul_2 li .text{  height:auto; width:100%; float:left; padding:21px 20px 15px 20px;}
.ul_2 li .text .title{ padding-bottom:6px;}
.ul_2 li .text .title a{ font-size:16px; line-height:28px;}
.ul_2 li .text .p{ margin-top:6px; font-size:12px; line-height:24px; height:auto;}
.ul_2 li .text .detail{ margin-top:10px;}
.ul_2 li .text .detail a{ width:85px; height:30px; line-height:30px;}
.ul_2 li .text .detail a img{ margin-top:12px; width:16px;}
.ul_2 li:hover .text .detail a{ padding:0 15px;}
}

.c_1530_8{ width:100%; float:left; padding:81px 0 80px 0; }
.c_1220{ width:1220px; margin:auto; max-width:100%;}
.row_1{ margin:0 -5px;}
.ul_3{ width:77%; float:left;}
.ul_3 li{ width:100%; float:left; margin-top:18px; padding:0 5px;}
.ul_3 li .zbox{ width:100%; float:left; border:solid 1px #d2d2d2; padding-left:86px; position:relative;}
.ul_3 li .zbox .name{ width:100px; text-align:center; font-size:16px; color:#323232; line-height:48px; background:url(../images/lxwm5.jpg) no-repeat right center; position:absolute; left:0; top:0;}
.ul_3 li .zbox .name .ico{ display:inline-block; vertical-align:middle; width:22px; height:22px; background:#f39700; margin:-3px 7px 0 0; line-height:0;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_3 li .zbox .name .ico img{ width:100%; float:left;}
.ul_3 li .zbox input{ display:block; width:55%; float:left; padding-left:15px; font-size:16px; color:#323232; line-height:48px; background:none; height:48px;}
.ul_3 li .zbox textarea{ display:block; width:100%; height:270px; float:left; padding:10px 15px; font-size:16px; color:#323232; line-height:28px; background:none;}
.ul_3 li.l1{ width:50%;}
.ul_3 li.l2{ text-align:center; margin-top:37px;}
.ul_3 li.l2 input{ display:inline-block; width:206px; height:50px; line-height:50px; color:white; background:#f39700; font-size:18px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}

.ul_3 li.l2 input:hover{ background:#d90005;}

.ul_3 li .zbox .tips{ clear:both; position:absolute; z-index:99; top:15px; right:20px;}
@media  screen and (max-width:991px){
.c_1530_8{ padding:41px 20px 40px 20px;}
.ul_3 li{ margin-top:15px;}
.ul_3 li .zbox{ padding-left:76px;}
.ul_3 li .zbox .name{ width:76px; font-size:14px; line-height:42px;}
.ul_3 li .zbox .name .ico{ width:18px; height:18px; margin:-3px 4px 0 0;}
.ul_3 li .zbox input{ padding-left:10px; font-size:14px; line-height:42px; height:42px;}
.ul_3 li .zbox textarea{ height:200px; padding:10px 10px; font-size:14px; line-height:20px;}
.ul_3 li.l2{ margin-top:17px;}
.ul_3 li.l2 input{ width:166px; height:40px; line-height:40px; font-size:16px;}
}
@media  screen and (max-width:767px){
.c_1530_8{ padding:21px 10px 20px 10px;}
.ul_3 li{ margin-top:10px;}
.ul_3 li.l1{ width:100%;}
}


textarea,input {
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
}